The following tables list the members exposed by EventHandlerForControl<TEventArgs>.
Name | Description | |
---|---|---|
EventHandlerForControl<TEventArgs> Constructor | Overloaded. |
Name | Description | |
---|---|---|
_control | The control who's thread we will use for the invoke | |
_delegate | The delegate to invoke on the control |
Name | Description | |
---|---|---|
EventHandler | Handles the 'magic' of safely invoking the delegate on the control without producing a dead-lock. |
Name | Description | |
---|---|---|
OnControlDisposed | Used to handle the condition that a control's handle is not currently available. This can either be before construction or after being disposed. |
Implicit Type Conversion | This object will allow an implicit cast to the EventHandler<T> type for easier use. |